home *** CD-ROM | disk | FTP | other *** search
- /*
- * RESOURCE.H
- * Polyline Compoent Object Chapter 5
- *
- * Definitions specifically pertaining to resources.
- *
- * Copyright (c)1993 Microsoft Corporation, All Rights Reserved
- *
- * Kraig Brockschmidt, Software Design Engineer
- * Microsoft Systems Developer Relations
- *
- * Internet : kraigb@microsoft.com
- * Compuserve: >INTERNET:kraigb@microsoft.com
- */
-
-
- #ifndef _RESOURCE_H_
- #define _RESOURCE_H_
-
-
- //Object stringtable IDs
- #define IDS_POLYLINEMIN 0
- #define IDS_STORAGEFORMAT 0
- #define IDS_USERTYPE 1
- #define IDS_POLYLINEMAX 1
-
-
- #endif //_RESOURCE_H_
-